Absolute Value in R (2 Examples) | abs Function | Convert Vector & Data Matrix to Positive Values
Absolute Value in R (2 Examples) | abs Function | Convert Vector & Data Matrix to Positive Values
Play
Convert Matrix to Data Frame in R (2 Examples) | Change to data.frame Class | as.data.frame Function
Play
Add Column to Data Frame in R (3 Examples) | Append Vector as New Variable to Table | cbind Function
Play
Change Row Names of Data Frame or Matrix in R (4 Examples) | row.names, data.frame & matrix Function
Play
names() Function in R (2 Examples) | How to Get or Set Names of Vector or List | Modify Data Objects
Play
Format Number as Percentage in R (3 Examples) | Express Numeric Values in Percent | Create Function
Play
Square Root in R (2 Examples) | How to Apply the sqrt Function in RStudio | Numeric Value & Vector
Play
Convert Factor to Dummy Indicator Variables for Every Level in R (Example) | model.matrix Function
Play
Rename Data Object in R (Example) | How to Change Name of Vector & List | rm() Function in RStudio
Play
Change Spacing of Axis Tick Marks in Base R Plot (2 Examples) | Modify Values with axis() Function
Play
Convert List of Vectors to Data Frame in R (2 Examples) | as.data.frame, do.call, rbind & cbind
Play
Conditionally Remove Row from Data Frame in R (3 Examples) | How to Delete Rows of Matrix or Table
Play
as.Date Function in R (Example) | Convert a Character String Variable or Vector to the Date Class
Play
pull R Function of dplyr Package (2 Examples) | Extract Column / Variable from Data Frame / Tibble
Play
R as.double & is.double Functions (2 Examples) | Convert Integer to Double Class | Precision Vector
Play
R Replace Inf with NA in Vector & Data Frame (Example) | Clean Infinite Value | is.infinite Function
Play
Compute z-Score in R (2 Examples) | Normal Standard Scores & Standardized Values | Formula & scale()
Play
Draw Plot with Actual Values as Axis Ticks & Labels in R (2 Examples) | Change Tick Marks of Axes
Play
rep Function in R (3 Examples) | Replicate Elements of Vectors & Lists | times, each & len Arguments
Play
R Create Dummy Variable (3 Examples) | Generate Random 0/1 Indicator | ifelse, model.matrix & rbinom
Play
Replace X-Axis Values in R (Example) | How to Change & Customize Ticks of Axes | axis() Function
Play
Replace Blank by NA in R (Example) | Exchange Empty Data Frame Cell & Space | Insert Missing Values
Play